home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 8 / QRZ Ham Radio Callsign Database - Volume 8.iso / mac / files / t_sys5 / unixcpio.gz / unixnet.cpio / amiga.h < prev    next >
C/C++ Source or Header  |  1994-07-11  |  282b  |  11 lines

  1. /* Asynch controller control block */
  2. #define MAX_STORE 1024
  3. struct asy {
  4.     int speed;        /* Line speed */
  5.     char *tty;
  6.     char recv_buf[MAX_STORE];
  7. };
  8. extern struct asy asy[];
  9. extern unsigned nasy;        /* Actual number of asynch lines */
  10. #define    ASY_MAX    1        /* Two asynch ports on the PC */
  11.